@@ -59,8 +59,8 @@ def wx_order_create_api(request): |
||
59 | 59 |
total_fee = int(request.POST.get('total_fee', 0)) # 总金额,单位分 |
60 | 60 |
|
61 | 61 |
# 金额校验 |
62 |
- if get_group_photo_price(group_photo, photo_type) != total_fee: |
|
63 |
- return response(OrderStatusCode.FEE_CHECK_FAIL) |
|
62 |
+ # if get_group_photo_price(group_photo, photo_type) != total_fee: |
|
63 |
+ # return response(OrderStatusCode.FEE_CHECK_FAIL) |
|
64 | 64 |
|
65 | 65 |
# 获取 from_uid, to_uid |
66 | 66 |
from_uid = user_id |